home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libfreebob0 / TODO < prev   
Text File  |  2007-10-15  |  565b  |  11 lines

  1. - xml output is a bit wierd -> generate a more generic output
  2. - correct string encoding
  3. - position information of channel in stream: bebob indexes from 1 
  4.   but iec61883 expects it from 0. see todo in avdevice.cpp
  5. - check all std::cout and std:cerr if they couldn't be replaced with 
  6.   the DebugModule's methods. The idea is to have a more consistant
  7.   code.
  8. - All libfreebobavc interfaces should use references instead of pointers
  9.   like in  ExtendedPlugInfoCmd( Ieee1394Service* ieee1394service, ... )
  10.   ->  ExtendedPlugInfoCmd( Ieee1394Service& ieee1394service,
  11.